In [7]:
In [8]:
Processing combination: Sepal_Length and Petal_Width
Perceptron Model with Sepal_Length and Petal_Width
C:\Users\17063\AppData\Local\Temp\ipykernel_2228\656004019.py:128: UserWarning: You passed a edgecolor/edgecolors ('black') for an unfilled marker ('x').  Matplotlib is ignoring the edgecolor in favor of the facecolor.  This behavior may change in the future.
  plt.scatter(x=X[y == cl, 0],
Adaline GD Model with Sepal_Length and Petal_Width
Adaline SGD Model with Sepal_Length and Petal_Width
Processing combination: Sepal_Width and Petal_Length
Perceptron Model with Sepal_Width and Petal_Length
C:\Users\17063\AppData\Local\Temp\ipykernel_2228\656004019.py:128: UserWarning: You passed a edgecolor/edgecolors ('black') for an unfilled marker ('x').  Matplotlib is ignoring the edgecolor in favor of the facecolor.  This behavior may change in the future.
  plt.scatter(x=X[y == cl, 0],
Adaline GD Model with Sepal_Width and Petal_Length
Adaline SGD Model with Sepal_Width and Petal_Length
Processing combination: Sepal_Width and Petal_Width
Perceptron Model with Sepal_Width and Petal_Width
C:\Users\17063\AppData\Local\Temp\ipykernel_2228\656004019.py:128: UserWarning: You passed a edgecolor/edgecolors ('black') for an unfilled marker ('x').  Matplotlib is ignoring the edgecolor in favor of the facecolor.  This behavior may change in the future.
  plt.scatter(x=X[y == cl, 0],
Adaline GD Model with Sepal_Width and Petal_Width
Adaline SGD Model with Sepal_Width and Petal_Width
In [9]:
C:\Users\17063\AppData\Local\Temp\ipykernel_2228\1331734965.py:52: UserWarning: You passed a edgecolor/edgecolors ('black') for an unfilled marker ('x').  Matplotlib is ignoring the edgecolor in favor of the facecolor.  This behavior may change in the future.
  plt.scatter(x=X[y == cl, 0], y=X[y == cl, 1], alpha=0.8, c=colors[idx],
In [10]:
C:\Users\17063\AppData\Local\Temp\ipykernel_2228\190566104.py:55: UserWarning: You passed a edgecolor/edgecolors ('black') for an unfilled marker ('x').  Matplotlib is ignoring the edgecolor in favor of the facecolor.  This behavior may change in the future.
  plt.scatter(x=X[y == cl, 0], y=X[y == cl, 1], alpha=0.8, c=colors[idx],
In [11]:
C:\Users\17063\AppData\Local\Temp\ipykernel_2228\190566104.py:55: UserWarning: You passed a edgecolor/edgecolors ('black') for an unfilled marker ('x').  Matplotlib is ignoring the edgecolor in favor of the facecolor.  This behavior may change in the future.
  plt.scatter(x=X[y == cl, 0], y=X[y == cl, 1], alpha=0.8, c=colors[idx],
C:\Users\17063\AppData\Local\Temp\ipykernel_2228\190566104.py:55: UserWarning: You passed a edgecolor/edgecolors ('black') for an unfilled marker ('x').  Matplotlib is ignoring the edgecolor in favor of the facecolor.  This behavior may change in the future.
  plt.scatter(x=X[y == cl, 0], y=X[y == cl, 1], alpha=0.8, c=colors[idx],
C:\Users\17063\AppData\Local\Temp\ipykernel_2228\190566104.py:55: UserWarning: You passed a edgecolor/edgecolors ('black') for an unfilled marker ('x').  Matplotlib is ignoring the edgecolor in favor of the facecolor.  This behavior may change in the future.
  plt.scatter(x=X[y == cl, 0], y=X[y == cl, 1], alpha=0.8, c=colors[idx],
In [12]:
C:\Users\17063\AppData\Local\Temp\ipykernel_2228\190566104.py:55: UserWarning: You passed a edgecolor/edgecolors ('black') for an unfilled marker ('x').  Matplotlib is ignoring the edgecolor in favor of the facecolor.  This behavior may change in the future.
  plt.scatter(x=X[y == cl, 0], y=X[y == cl, 1], alpha=0.8, c=colors[idx],
C:\Users\17063\AppData\Local\Temp\ipykernel_2228\190566104.py:55: UserWarning: You passed a edgecolor/edgecolors ('black') for an unfilled marker ('x').  Matplotlib is ignoring the edgecolor in favor of the facecolor.  This behavior may change in the future.
  plt.scatter(x=X[y == cl, 0], y=X[y == cl, 1], alpha=0.8, c=colors[idx],
C:\Users\17063\AppData\Local\Temp\ipykernel_2228\190566104.py:55: UserWarning: You passed a edgecolor/edgecolors ('black') for an unfilled marker ('x').  Matplotlib is ignoring the edgecolor in favor of the facecolor.  This behavior may change in the future.
  plt.scatter(x=X[y == cl, 0], y=X[y == cl, 1], alpha=0.8, c=colors[idx],
In [ ]: